* {
margin: 0;
padding: 0;
font-family: 'microsoft yaHei', Arial, Helvetica, sans-serif;
box-sizing: border-box;
}
a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
color: black;
}
ul,
ol,
p {
margin-bottom: 0px;
}
li {
list-style: none;
}



/* 共同样式 */
    .dianya_header{
        background-color: rgba(255, 255, 255, .7);
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 8888;
    }

    .dianya_headerPC{
        height: 70px;
    }
    .dianya_PClogo {
        height: 70px;
        padding: 8px 0px;
    }
    .dianya_PClogo img{
        max-height: 100%;
    }
    .dianya_PCright ul{
        width: 72%;
        float: left;
    }

    .dianya_PCright li{
        display: inline-block;
        position: relative;
        /* margin-right: 30px; */
    }
    .dianya_PCright li >a{
        line-height: 70px;
        height: 70px;
        display: block;
        font-size: 18px;
        padding: 0px 16px;
    }
    .dianya_PCright li >a:hover{
        background-color: white;
    }
    .dianya_PCslideDown{
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        background-color: white;
        width: 150%;
    }
    .dianya_PCslideDown ul li{
        height: 51px;
        line-height: 51px;
    }

    .PC_search{
        float: right;
        line-height: 70px;
        position: relative;
    }
    .PC_search input{
        /*display: none;*/
        height: 28px;
        width: 180px;
        padding-left: 8px;
        border-radius: 10px;
        border: none !important;
        outline: none !important;
    }
    .PC_search button{
        background-color: transparent;
        border: none !important;
        font-size: 18px;
        height: auto;
        outline: none !important;
        position: absolute;
        right: 3px;
        top: 1px;

    }
    .footer{
        background-color: rgb(51, 51, 51);
    }
    .footer_top{
        padding: 30px 0px;
    }
    .footer_tleft{
        color: #999;
    }

    .footer_tleft p{
        line-height: 30px;
    }
    .footer_tright{
        text-align: right;
    }
    .footer_tright p{
        color: white;
        margin-top: 10px;
        /* text-align: center; */
    }
    .footer_bottom{
        background-color: rgb(41, 41, 41);
        color: #999;    
        text-align: center;
        padding: 16px 0px;
    }
    .footer_bottom a{
        color: #999;
    }
    .dianya_title{
        text-align: center;
        padding: 30px 0px;
    }
    .dianya_title p:first-of-type{
        color: #999;
        font-size: 24px;
    }
    .dianya_title p:last-of-type{
        font-size: 18px;
        color: rgb(0, 74, 39);
        border-top: 1px solid #999;
        width: 260px;
        font-size: 24px;
        margin: 16px auto 0px;
    }
    .dianya_title p:last-of-type span{
        display: inline-block;
        padding: 0px 10px;
        /* margin-top: -10px; */
        transform: translateY(-18px);
        background-color: white;
    }

    .aboutUs_navs{
        border-bottom: 1px solid #ddd;
        background-color: white;
    }
    .aboutUs_navs li{
        display: inline-block;
        padding: 20px 0px;
    }
    .aboutUs_navs li a {
        display: inline-block;
        padding: 0px 14px;
        position: relative;
        font-size: 16px;
    }
    .aboutUs_navs li a span{
        display: block;
        position: absolute;
        left: 50%;
        top: -20%;
        width: 30px;
        margin-left: -15px;
        height: 140%;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .aboutUs_navs li.active a{
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        color: rgb(0, 74, 39);
    }
    .aboutUs_navs li.active a span{
        display: none;
    }


    .Navs{
        text-align: center;
    }
    .Navs li a{
        margin: 0px 5px;
        border-radius: 3px;
        color: black;
    }
    .Navs li a:hover{
        background-color: rgb(1, 74, 38);
        color: white;
    }

    .newsDetial_bnavs{
        background-color: rgb(0, 74, 39);
        margin-top: 40px;
        margin-bottom: 10px
    }
    .newsDetial_bnavs li:nth-of-type(2){
        text-align: center;
    }
    .newsDetial_bnavs li:last-of-type{
        text-align: right;
    }
    .newsDetial_bnavs a{
        color: white;
        display:inline-block;
        padding: 10px 10px;
    }
    .Navs li{
        display: inline-block;
    }
    .Navs .activee{
        background-color: rgb(1, 74, 38);
        color: white;
    }
    .Navs .activee a{
        border:none;
        color:#fff;
        background-color:rgb(1, 74, 38); 
    }
    .Navs .activee a:hover{
         background-color: rgb(1, 74, 38);
         color:#000;
    }
    
/* 共同样式 */
/* 首页样式 */




/* 首页产品中心 */
    .dianya_rescommendCont{
        border: 1px solid #ddd;
        padding: 3px;
    }
    .dianya_RecommendNav{
        text-align: center;
        margin-bottom: 20px;
    }
    .dianya_RecommendNav li{
        display: inline-block;
    }
    .dianya_RecommendNav li a{
        padding: 0px 15px 10px;
        display: inline-block;
        border-bottom: 1px solid transparent;
        font-size:20px;
    }
    .dianya_RecommendNav li a:hover{
        color: rgb(0, 74, 39);
        border-bottom: 1px solid rgb(0, 74, 39);
    }
    .dianya_RecommendNav li .active ,.dianya_newsNav li .active{
        color: rgb(0, 74, 39);
        border-bottom: 1px solid rgb(0, 74, 39);
    }


    .dianya_proRecommend {
        margin: 0px;
    }
    .dianya_proRecLeft{
        /* background-color: */
        text-align: center;
        /* padding: 50px 0px 30px; */
    }

    .dianya_proRecLeft img{
        width: 80px;
        margin-top: 80px;
    }
    .dianya_proRecLeft p{
        color: white;
    }
    .dianya_proRecLeft p:first-of-type{
        font-size: 30px;
        font-weight: bold;
        margin-top: 50px;
        margin-bottom: 5px;
    }
    .dianya_proRecLeft p:nth-of-type(2){
        font-size: 16px;
    }
    .dianya_proRecLeft a{
        display: block;
        width: 120px;
        border: 1px solid white;
        height: 38px;
        /* line-height: 32px; */
        margin: 50px auto 40px;
    }
    .dianya_proRecLeft a span{
        display: block;
        width: 110px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        margin: 3px auto;
        border: 1px solid white;
        color: white;
    }
    .dianya_proRecRight{
        padding: 0px 0px 0px 5px;
    }

    .dianya_proRRimg img{
        max-width: 100%;
    }
    .dianya_productLists{
        margin-top: 5px;
    }
    .dianya_productLists .swiper-slide{
        border: 1px solid #ddd;
    }
    .dianya_proModal{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(240, 240, 240, .3);
        z-index: 100;
        display: none;
    }
    .dianya_proModal a{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        padding: 6px;
    }
    .dianya_proModal a span{
        display: block;
        width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 50%;
        border: 1px solid black;
        text-align: center;
        padding-bottom: 2px;
        font-size: 12px;
    }
    .dianya_productLists .swiper-slide:hover .dianya_proModal{
        display: block;
    }

    .dianya_rescommendCont,.big_news{
        display: none;
    }
/* 首页产品中心 */


/* 我的优势 */
    .dianya_advantages .dianya_title{
        background-color: rgb(44, 51, 57);
    }
    .dianya_advantages .dianya_title p span{
        color: white;
        background-color: rgb(44, 51, 57);
    }
    .advantages_list li{
        width: 24%;
        /*width: 16%;*/
        min-height: 580px;
        float: left;
        position: relative;
        padding: 100px 0px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        transition: all 1s;
    }
    .advantages_show{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        opacity: 1;
    }
    .advantages_show img{
        max-width: 40px;
        margin-bottom: 5px;
    }
    .advantages_show .advantages_showCont{
        position: absolute;
        top: 50%;
        margin-top: -40px;
        text-align: center;
        width: 100%;
        color: white;

    }
    .advantages_hover p{
        color: white;
        width: 400px;
        background-color: rgba(0, 74, 39,.6);
        position: absolute;
        top: 50%;
        margin-top: -78px;
        left: 50%;
        margin-left: -200px;
        /* height: 100px; */
        padding: 50px 0px;
        font-size: 30px;
        text-align: center;
        opacity: 0;
        transform: scale(0);
        transition: all 1s;
    }
    .advantages_hover p::after{
        content: '';
        display: block;
        width: 92%;
        position: absolute;
        height: 90%;
        border: 1px solid #ddd;
        top: 5%;
        left: 4%;
    }

    .advantages_show p {
        font-size: 24px;
    }

    .advantages_list li.advantages_active{
        width: 52%;
        /* background-size: 100% auto; */
    }
    .advantages_list li.advantages_active .advantages_show{
        opacity: 0;
    }
    .advantages_list li.advantages_active .advantages_hover p{
        opacity: 1;
        transform: scale(1);
    }
/* 我的优势 */

/* 首页新闻 */
    .dianya_newsNav{
        text-align: center;
        margin-bottom: 20px;
    }
    .dianya_newsNav li{
        display: inline-block;
    }
    .dianya_newsNav li a{
        display: inline-block;
        padding: 10px 20px;
        border-bottom: 1px solid transparent;
        font-size: 20px;
    }
    .dianya_newsNav li a:hover{
        color: rgb(0, 74, 39);
        border-bottom: 1px solid rgb(0, 74, 39);
    }

    .dianya_newsDetial ul{
        margin: 0px;

    }
    .dianya_newsDetial li{
        padding: 0px;
    }
    .dianya_newsDetial .dianya_newsDtop,
    .dianya_newsDetial .divnya_newsDbottom{
        height:310px;
    }

    .dianya_newsDImg img{
        max-height: 100%;
    }


    .dianya_newsDcont{
        padding: 0px 20px;
        background-color: rgb(240, 247, 247);
        text-align: center;
        
    }

    .dianya_newsDcont p:first-of-type{
        padding: 40px 30px 0px;
        color: rgb(0, 74, 39);
        font-size: 18px;
    }
    .dianya_newsDcont p:nth-of-type(2){
        font-size: 16px;
    }
    .dianya_newLine{
        display: block;
        width: 60px;
        height: 3px;
        background-color: rgb(0, 74, 39);
        margin: 16px auto 20px;
        
    }

    .dianya_newsMore{
        text-align: center;
        margin: 40px 0px 50px;
    }
    .dianya_newsMore a{
        display: inline-block;
        /* width: 120px; */
        padding: 5px 30px;
        border: 1px solid rgb(0, 74, 39);
        color: rgb(0, 74, 39);
        border-radius: 20px;
        margin: 0 auto;
        font-size: 18px;
    }
/* 首页新闻 */
/* 首页服务流程 */
    .dianya_coopCus{
        padding: 30px 0px 80px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .dianya_coopCus .dianya_title P{
        color: white;
    }
    .dianya_coopCus .dianya_title P span{
        background-color: transparent;
        position: relative;
    }
    .dianya_coopCus .dianya_title P:last-of-type{
        border-top: none;
    }
    .dianya_coopCus .dianya_title P span::before{
        content:'';
        display: block;
        width: 80px;
        height: 1px;
        background-color: white;
        transform: translateX(-90px);
        position: absolute;
        top: 50%;
    }
    .dianya_coopCus .dianya_title P span::after{
        content:'';
        display: block;
        width: 80px;
        height: 1px;
        background-color: white;
        transform: translateX(85px);
        position: absolute;
        top: 50%;
    }

    .dianya_coopCusList{
        /* max-width: 1200px; */
        /* margin: 0 auto; */
        margin-top: 40px;
    }

    .dianya_coopCusList li{
        display: flex;
    }

    .dianya_coopCusCont img{
        max-width: 100px;
        display: block;
        margin: 0px auto 20px;
    }
    .dianya_coopCusCont p{
        font-size: 20px;
    }
    .dianya_coopCusCont{
        /* display: inline-block; */
        color: white;
        text-align: center;
        flex: 8;
    }
    .dianya_coopCusIcon{
        /* display: inline-block; */
        color: #ddd;
        flex: 3;
        padding-top: 40px;
        font-size: 20px;
        text-align: center;
    }
/* 首页服务流程 */

/* 合作客户 */
    .dianya_consociation{
        padding-top: 30px;
    }
    .dianya_consociationList li {
        margin-bottom:30px;
    }
    .dianya_consociationList li a {
        display: block;
        border: 1px solid #ddd;
    }
    .dianya_consociationList li a img{
        max-width: 100%;
        max-height: 100%;
    }
/* 合作客户 */

/* 关于我们 */
    .aboutUs_introduce,
    .aboutUs_conts,
    .about_honor{
        background-position: center center;
        background-repeat: no-repeat;

    }
    .about_honor{
        background-size: 100% auto;
    }
    .aboutUs_introduce{
        height: auto;
        padding-bottom: 60px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100% !important;

    }
    .aboutUs_introduce h4{
        text-align: center;
        font-size: 36px;
        margin: 50px 0px 30px;
    }
    .aboutUs_introduce p{
        line-height: 30px;
        margin-bottom: 0px;
        font-size: 16px;
    }
    .aboutUs_introduce img{
        max-width: 100%;
    }

    .aboutUs_conts{
        height: 600px;
        color: white;
        text-align: center;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .aboutUs_conts h4{
        font-size: 36px;
        margin: 100px 0px 40px;
    }
    .aboutUs_conts p{
        margin-bottom: 0px;
        line-height: 36px;
        font-size: 18px;
    }

    .about_honor{
        height: 600px;
    }
    .about_honor h4{
        margin: 60px 0px 0px;
        text-align: center;
        font-size: 36px;
    }
    .about_lines{
        display: block;
        width: 30px;
        height: 2px;
        background-color: rgb(0, 74, 39);
        margin: 5px auto;

    }
    .about_honor .container >p{
        text-align: center;
        color: #aaa;
        font-size: 24px;
    }

    .about_honorList{
        margin-top: 30px;
    }
    .about_honorList .swiper-container {
        padding-bottom: 60px;
    }
    .about_honorList .swiper-slide {
        box-shadow: 0px 3px 10px 0px #999;
        background-color: white;
    }
    .about_honorList .swiper-slide p{
        text-align: center;
        padding: 30px 0px;
    }
    .about_honorDot span{
        background-color: rgb(0, 74, 39);
        opacity: 1;
    }
    .about_honorDot .swiper-pagination-bullet-active{
        background-color: red;
    }
/* 关于我们 */

/* 产品中心 */
    .productCenter_list{
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .productCenter_list li {
        margin-bottom: 30px;
    }
    .productCenter_list li a{
        display: block;
        border: 1px solid #ddd;
        padding-bottom: 10px;
    }
    .productCenter_list li p{
        padding: 0px 16px;
        line-height: 30px;
    }
    .productCenter_list li p:first-of-type{
        margin-top: 10px;
        font-size: 18px;
    }
    .productCenter_list li p:last-of-type{
        color: #999;
        font-size: 16px;
    }
    .productCenter_list li a:hover p{
        color:  rgb(0, 74, 39);
    }

    .proCenterMore{
        text-align: center;
        margin-top: 30px;
    }
    .proCenterMore a{
        display: inline-block;
        padding: 10px 30px;
        border: 1px solid #ddd;
        border-radius: 30px;
        color: #999;
        font-size: 16px;
    }
/* 产品中心 */

/* 产品详情 */
    .productDetail{
        background-color: rgb(249, 249, 249);
    }
    .producterDetails{
        background-color: rgb(249, 249, 249);
    }
    .productC_top{
        margin-top: 40px;
        padding: 40px 10px 50px;
        background-color: white;
    }
    .productDetails .swiper-slide{
        border: 1px solid transparent;
    }
    .productDetails .swiper-slide.proDetActive{
        border: 1px solid rgb(0, 74, 39);
    }
    .proDetTLImg li{
        display: none;
    }
    .proDetTLImg .proDLActive {
        display: block;
    }
    .productC-topListimg{
        margin-top: 10px;
    }
    .productC-topListimg{
        padding: 0px 28px;
        position: relative;
    }
    .productDetailsNext{
        right: 0px;
        background-image: none;
    }
    .productDetailsNext::after{
        content:'';
        display: block;
        width: 14px;
        height: 14px;
        border-top: 2px solid #999;
        border-right: 2px solid #999;
        transform: rotateZ(45deg);
        position: absolute;
        top: 50%;
        margin-top: -7px;
    }
    .productDetailsPrev{
        left: 0px;
        background-image: none;
    }
    .productDetailsPrev::after{
        content:'';
        display: block;
        width: 14px;
        height: 14px;
        border-top: 2px solid #999;
        border-left: 2px solid #999;
        transform: rotateZ(-45deg);
        position: absolute;
        top: 50%;
        margin-top: -7px;
        left: 50%;
    }


    .productC_topRcont{

    }
    .productC_topRcont h4{
        border-bottom: 1px dashed #666;
        padding: 10px 0px;
        font-size: 22px;
    }
    .productC_topRcont p{
        line-height: 30px;
        font-size: 16px;
    }
    .productC_topRcont p:first-of-type{
        color: rgb(0, 74, 39);
        margin: 10px 0px;
    }
    .pro_phone{
        font-size: 16px;
        margin: 16px 0px;
    }
    .pro_phone span{
        color: red;
        font-size: 30px;
        font-weight: bold;
    }
    .productDShare >span{
        vertical-align: middle;
    }
    .bdsharebuttonbox{
        display: inline-block;
        vertical-align: middle;
    }

    .productD_bottom{
        margin-top: 40px;
        /* background-color: white; */
        /* padding:  */
    }
    .productD_blcont{
        background-color: white;
        padding: 16px;
    }
    .productD_blcont h4{
        color: rgb(0, 74, 39);
        font-size: 20px;
    }
    .productD_blcont li{
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .productD_blcont li a{
        display: block;
    }
    .productD_blImg{
        margin-bottom: 10px;
    }
    .productD_blcont li p{
        text-align: center;
        line-height: 24px;
        font-size: 16PX;
    }
    .productD_blcont li a:hover p{
        color: rgb(0, 74, 39);
    }
    .productD_brcont{
        background-color: white;
        padding: 20px;
    }
    .productD_brcont h4{
        color: rgb(0, 74, 39);
        font-size: 20px;
        border-bottom: 1px dashed #ddd;
        padding: 0px 20px 16px;
        margin: 0px -20px 20px;
    }
    .productD_brcont p{
        line-height: 30px;
    }
    .productD_brcont p img{
        max-width: 100%;
    }

    .productC_topRcs{
        font-size: 16px;
    }
/* 产品详情 */


/* 成功案例 */
    .succeedCase_introduce{
        margin: 0px;
        margin-bottom: 30px;
        
    }
    .succeedCase_cont >h4{
        margin: 50px 0px 0px;
        text-align: center;
        font-size: 36px;
    }
    .succeedCase_line{
        display: block;
        width: 30px;
        height: 2px;
        background-color: rgb(0, 74, 39);
        margin: 5px auto 20px;
    }
    .succeedCase_introLeft{
        background-color: rgb(1, 74, 38);
        padding: 0px;
        margin: 0px;
        color: white;
        padding: 20px;
    }
    .succeedCase_introLeft h4{
        margin: 20px 0px 16px;
        font-size: 22px;
    }
    .succeedCase_introLeft p{
        font-size: 12px;
        font-size: 16px;
    }

    .succeedCase_see {
        margin-top: 40px;
    }
    .succeedCase_see a{
        color: white;
        display: inline-block;
        border: 1px solid white;
        padding: 8px 16px;
        border-radius:5px;
    }
    .succeedCase_introRight{
        padding: 0px;
    }

    .succeedCase_list{
        margin-bottom: 50px;
    }
    .succeedCase_list li{
        margin-bottom: 30px;
    }
    .succeedCase_list >ul li a{
        display: block;
        border: 1px solid #ddd;
        padding-bottom: 20px;
    }
    .succeedCase_listimg{
        margin-bottom: 20px;
    }
    .succeedCase_list li p{
        padding: 0px 10px;
        line-height: 24px;
        font-size: 18px;
    }
    .succeedCase_list li p:nth-of-type(2){
        font-size: 16px;
        color: #999;
        margin-top: 5px;
    }
    .succeedCase_list li a:hover p{
        color: rgb(1, 74, 38);
    }
/* 成功案例 */

/* 案例详情 */
    .caseDetail_cont {
        border-bottom: 1px solid #ddd;
    }
    .caseDetail_cont h4{
        text-align: center;
        color: rgb(0, 74, 39);
        margin-top: 40px;
        margin-bottom: 30px;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 16px;
        font-size: 24px;
    }
    .caseDetail_cont img{
        max-width: 100%;
        margin-bottom: 10px;
    }
    .caseDetail_cont p{
        line-height: 30px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .product_recommend h4{
        color: rgb(0, 74, 39);
        margin-bottom: 20px;
        font-size: 24px;
    }
    .prod_recList{
        background-color: rgb(242, 249, 246);
        padding: 20px;
    }
    .prod_recList a{
        display: block;
        text-align: center;
    }
    .prod_recList a p{
        line-height: 30px;
        font-size: 18PX;
    }
    .prod_recList a p:first-of-type{
        margin-top: 10px;
        font-size: 18px;
    }
    .product_recommend .newsShare{
        text-align: center;
        margin-bottom: 50px;
    }
/* 案例详情 */

/* 新闻中心 */
    .newsCenter_banner{
        margin-top: 40px;
    }
    .newsCenter_banner .item{
        margin: 0px;
    }
    .newsCenter_bannerImg{
        padding: 0px;
    }
    .newsCenter_bannerCont{
        background-color: rgb(0, 74, 39);
        color: white;
        padding: 20px;

    }
    .newsCenter_bannerCont h4{
        margin: 20px 0px 16px;
    }

    .newsCenter_btn{
        margin-top: 50px;

    }
    .newsCenter_btn a{
        color: white;
    }
    .newsCenter_list{
        margin-top: 50px;
    }

    .newsCenter_list li{
        border-bottom: 1px solid #ddd;
    }
    .newsCenter_list li a {
        padding: 20px;
        display: block;
        
    }
    .newsCenter_listtime{
        
    }
    .newsCenter_listtime p:first-of-type{
        font-size: 30px;
        color: #999;
        text-align: center;
    }
    .newsCenter_listtime p:last-of-type{
        color: #999;
        text-align: center;
        transform: translateX(24px);
    }
    .newsCenter_listCont{
        position: relative;
    }
    .newsCenter_listCont p{
        color: #999;
    }
    .newsCenter_listCont .glyphicon-menu-right {
        position: absolute;
        right: 20px;
        top: 50%;
        color: #ddd;
    }

    .newsCenter_more{
        margin: 50px 0px;
    }
    .newsCenter_more a{
        text-align: center;
        color: white;
        background-color: rgb(0, 74, 39);
        display:block;
        height: 50px;
        line-height: 50px;
    }
/* 新闻中心 */

/* 新闻详情 */
    .newsDetail{
    }
    .newsDetail_title{
        margin-top: 40px;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .newsDetail_title h4{
        text-align: center;
        color: rgb(0, 74, 39);
        font-size: 26px;
    }
    .newsDetail_title p{
        text-align: center;
        color: #999;
        font-size: 12px;
    }
    .newsDetail_title p span:nth-of-type(3){
        margin-right: 20px;
    }

    .newsDetail_conts p{
        font-size: 16px;
    }
    .newsDetail .newsShare{
        text-align: center;
        margin-bottom: 50px;
    }
/* 新闻详情 */

/* 联系我们 */
    .contectUs_cont >h3{
        text-align: center;
        margin-top:50px;
        font-size: 36px;
    }
    .contectUs_lines{
        display: block;
        width: 30px;
        margin: 0 auto;
        height: 2px;
        background-color: rgb(0, 74, 39);
        margin-bottom: 10px;
    }
    .contectUs_cont >p{
        text-align: center;
        color: #999;
        font-size: 16px;
    }
    .contectUs_info{
        margin-top: 40px;
    }
    .contectUs_infoleft li{
        line-height: 50px;
        border-bottom: 1px solid #ddd;
    }
    .contectUs_infoleft li span{
        font-size: 18px;
    }
    .contectUs_infoleft li input{
        -webkit-appearance: none;
        border: none;
        width: 80%;
        padding: 0px 16px;
        outline: none;
        font-size: 16px;
        background:transparent;
    }
    .contectUs_infoleft li:last-of-type input{
        /*width: 100px;*/
    }
    .verificationcode{
        display: inline-block;
        float: right;
    }
    .verificationcode button{
        height: 30px;
        line-height: 30px;
        border: none;
        background-color: transparent;
        outline: none;
        margin-left: 5px;
        font-size: 18px;
    }
    .contectUs_inforight p{
        font-size: 18px;
        line-height: 46px;
    }
    .contectUs_inforight textarea{
        width: 100%;
        height: 210px;
        resize: none;
        padding: 16px;
        margin-top: 5px;
        border: 1px solid #ddd;
    }
    .contectUs_btn{
        text-align: center;
        margin: 40px 0px;
    }
    .contectUs_btn input{
        width: 230px;
        height: 50px;
        line-height: 50px;
        background-color:rgb(0, 74, 39);
        color: white;
        border: none;
        letter-spacing: 10px;
        position: relative;
        font-size: 24px;
    }
    .contectUs_btn input::after{
        content: '';
        display: block;
        position: absolute;
        right: 0px;
        top: 50px;
        width: 40px;
        height: 24px;
        background: url('../image/36.png') center center/100% auto;
    }

    .contectUs_addr{
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .contectUs_addr h4{
        color: rgb(0, 74, 39);
        margin-bottom: 20px;
        font-size: 24px;
    }
    .contectUs_addr p{
        line-height: 30px;
        font-size: 16px;
    }
/* 联系我们 */

/* 服务中心 */
    .service_cont{
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .service_cont img{
        margin-bottom: 20px;
    }
    .service_cont p{
        font-size: 16px;
        line-height: 30px;
    }
/* 服务中心 */




@media (min-width: 1200px){
    .container{
        width: 1200px;
    }
}
@media (max-width: 1200px){
    .dianya_proRecLeft img{
        margin-top: 40px;
    }
    .dianya_proRecLeft p:first-of-type{
        margin-top: 30px;
    }
}
@media (max-width: 992px){
    .dianya_proRecLeft img{
        margin-top: 30px;
        width: 50px;
    }
    .dianya_proRecLeft p:first-of-type{
        margin-top: 20px;
    }
    .dianya_proRecLeft a{
        margin: 20px auto;
    }
}
@media (max-width: 768px) {
    .dianya_newsDetial .dianya_newsDtop,
    .dianya_newsDetial .divnya_newsDbottom{
        height:auto !important;
    }
    .navbar-default{
        margin-bottom: 0px;
    }
    .pro_phone span{
        font-size: 22px;
    }
    .dianya_banner,
    .banners2{
        margin-top: 50px;
    }
    .navbar-default .navbar-brand{
        padding: 5px 16px;
    }
    .navbar-default .navbar-brand img{
        max-height: 100%;
    }
    .dianya_proRecLeft{
        padding-bottom: 20px;
    }
    .dianya_proRecLeft img{
        margin-top: 40px;
    }
    .dianya_proRecLeft p:first-of-type{
        margin-top: 30px;
    }
    .dianya_proRecLeft a{
        margin: 20px auto;
    }
    .dianya_coopCus{
        background-size: auto 100%;
    }
    .dianya_coopCusList li{
        margin-bottom: 20px;
    }
    .footer_bottom{
        padding: 10px 16px;
    }
    .dianya_proRRimg{
        margin-top: 20px;
    }
    .dianya_proRecRight{
        padding: 0px;
    }
    .about_honor{
        height: 400px;
    }
    .aboutUs_introduce{
        overflow-y: auto;
    }
    .aboutUs_introduce,
    .aboutUs_conts,
    .about_honor{
        background-size: auto 100%;
    }
}   


.search_give{
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 16px;
}
.search_give i{
    font-style: normal;
    color:rgb(0, 74, 39);
}
.mes{
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-size:16px;
}


/*友情链接*/
.footer_yqlj ul li{
    width: 33.3%;
    float: left;
}
.footer_yqlj ul li a{
    color:#999;
}
.footer_yqlj ul li a:hover{
    color:#fff;
}

.footer_yqlj P{
     color:#999;
     margin-bottom: 10px;
}
